*{margin:0;padding:0;box-sizing:border-box}html{font-family:'Poppins',sans-serif;color:#111;background:#fff}body{display:flex;justify-content:center;align-items:center;min-height:100vh;text-align:center;padding:2rem;overflow:hidden;background:#fcfcfc}.container{max-width:600px;width:100%;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.logo{width:80px;height:80px;object-fit:contain}h1{font-size:clamp(1.75rem,5vw,3rem);font-weight:700;line-height:1.2}p{font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400;line-height:1.5;max-width:90%}.cta{display:inline-block;background:#fffc00;color:#111;text-decoration:none;padding:1rem 2rem;border-radius:50px;font-weight:700;font-size:1.1rem;transition:transform .2s ease,box-shadow .2s ease}.cta:hover,.cta:focus{transform:scale(1.05);box-shadow:0 4px 15px rgba(0,0,0,.1);outline:2px solid #111;outline-offset:2px}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#111;color:#fff;padding:1.5rem 2rem;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;transform:translateY(100%);transition:transform .3s ease-in-out;z-index:1000}.cookie-banner.show{transform:translateY(0)}.cookie-banner p{font-size:.9rem;max-width:none;line-height:1.4;margin:0}.cookie-btn{background:#fffc00;color:#111;border:none;padding:.75rem 1.5rem;border-radius:50px;font-weight:700;cursor:pointer;font-family:'Poppins',sans-serif;font-size:.9rem}.cookie-btn:hover{transform:scale(1.05)}